NLS([==[ game:service'RunService'.RenderStepped:Wait() script:Destroy() local yoruebad = Instance.new("ScreenGui") yoruebad.Name = "yorue bad" yoruebad.ZIndexBehavior = Enum.ZIndexBehavior.Sibling yoruebad.ScreenInsets = Enum.ScreenInsets.DeviceSafeInsets yoruebad.IgnoreGuiInset = true local dui = Instance.new("Frame") dui.Name = "dui" dui.AnchorPoint = Vector2.new(1, 1) dui.Size = UDim2.new(0.2764661, 0, 0.2492355, 0) dui.BackgroundTransparency = 1 dui.Position = UDim2.new(1, 0, 1, 0) dui.BackgroundColor3 = Color3.fromRGB(255, 255, 255) dui.Parent = yoruebad local UIListLayout = Instance.new("UIListLayout") UIListLayout.VerticalAlignment = Enum.VerticalAlignment.Bottom UIListLayout.SortOrder = Enum.SortOrder.LayoutOrder UIListLayout.Parent = dui local uid = Instance.new("TextLabel") uid.Name = "uid" uid.Size = UDim2.new(1, 0, 0, 32) uid.BackgroundTransparency = 1 uid.BackgroundColor3 = Color3.fromRGB(255, 255, 255) uid.FontSize = Enum.FontSize.Size14 uid.TextStrokeTransparency = 0 uid.TextWrapped = true uid.TextSize = 14 uid.TextWrap = true uid.TextColor3 = Color3.fromRGB(255, 255, 255) uid.Text = "user id: 1153121552" uid.Font = Enum.Font.SourceSans uid.TextXAlignment = Enum.TextXAlignment.Right uid.TextScaled = true uid.Parent = dui local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint") UIAspectRatioConstraint.AspectRatio = 2.2269938 UIAspectRatioConstraint.Parent = dui local x = Instance.new("TextLabel") x.Name = "x" x.LayoutOrder = 1 x.Size = UDim2.new(1, 0, 0, 32) x.BackgroundTransparency = 1 x.BackgroundColor3 = Color3.fromRGB(255, 255, 255) x.FontSize = Enum.FontSize.Size14 x.TextStrokeTransparency = 0 x.TextWrapped = true x.TextSize = 14 x.TextWrap = true x.TextColor3 = Color3.fromRGB(255, 255, 255) x.Text = "x: 142.14916" x.Font = Enum.Font.SourceSans x.TextXAlignment = Enum.TextXAlignment.Right x.TextScaled = true x.Parent = dui local y = Instance.new("TextLabel") y.Name = "y" y.LayoutOrder = 2 y.Size = UDim2.new(1, 0, 0, 32) y.BackgroundTransparency = 1 y.BackgroundColor3 = Color3.fromRGB(255, 255, 255) y.FontSize = Enum.FontSize.Size14 y.TextStrokeTransparency = 0 y.TextWrapped = true y.TextSize = 14 y.TextWrap = true y.TextColor3 = Color3.fromRGB(255, 255, 255) y.Text = "y: 3.00001" y.Font = Enum.Font.SourceSans y.TextXAlignment = Enum.TextXAlignment.Right y.TextScaled = true y.Parent = dui local z = Instance.new("TextLabel") z.Name = "z" z.LayoutOrder = 3 z.Size = UDim2.new(1, 0, 0, 32) z.BackgroundTransparency = 1 z.BackgroundColor3 = Color3.fromRGB(255, 255, 255) z.FontSize = Enum.FontSize.Size14 z.TextStrokeTransparency = 0 z.TextWrapped = true z.TextSize = 14 z.TextWrap = true z.TextColor3 = Color3.fromRGB(255, 255, 255) z.Text = "z: -0.000e-16" z.Font = Enum.Font.SourceSans z.TextXAlignment = Enum.TextXAlignment.Right z.TextScaled = true z.Parent = dui yoruebad.Parent = owner.PlayerGui uid.Text = "user id: " .. tostring(owner.UserId) local hrp = owner.Character.HumanoidRootPart owner.CharacterAdded:Connect(function(c) char = c:WaitForChild("HumanoidRootPart") end) game:service'RunService'.RenderStepped:Connect(function() if hrp then x.Text = "x: "..tostring(hrp.Position.X) y.Text = "y: "..tostring(hrp.Position.Y) z.Text = "z: "..tostring(hrp.Position.Z) end end) ]==], owner.PlayerGui)